home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1999 April / Software of the Month - Ultimate Collection Shareware 260.iso / pc / Business / helpdesk / HelpDesk.mdb / Location.json < prev    next >
JavaScript Object Notation  |  1998-12-09  |  295b

  1. {
  2.     "schema": {
  3.         "LocationId": "Long Integer",
  4.         "ParentId": "Long Integer",
  5.         "Location": "Text (50) NOT NULL",
  6.         "Hide": "Boolean NOT NULL"
  7.     },
  8.     "data": [
  9.         {
  10.             "LocationId": 1,
  11.             "ParentId": 1,
  12.             "Hide": 0
  13.         },
  14.         {
  15.             "LocationId": 2,
  16.             "ParentId": 1,
  17.             "Location": "Buildings",
  18.             "Hide": 0
  19.         },
  20.         {
  21.             "LocationId": 3,
  22.             "ParentId": 1,
  23.             "Location": "Products",
  24.             "Hide": 0
  25.         }
  26.     ]
  27. }